4. Given Use Explore with the ExtremePoints() command  where x = -10 .. 10; . 

> restart;
 

> f := proc (x) options operator, arrow, function_assign; `+`(`*`(A, `*`(`^`(x, 3))), `*`(B, `*`(`^`(x, 2))), `*`(C, `*`(x))) end proc;
 

Typesetting:-mprintslash([f := proc (x) options operator, arrow, function_assign; `+`(`*`(A, `*`(`^`(x, 3))), `*`(B, `*`(`^`(x, 2))), `*`(C, `*`(x))) end proc], [proc (x) options operator, arrow, func... (9.4.1)
 

> with(Student[Calculus1]); -1
 

> ExtremePoints(`+`(`*`(A, `*`(`^`(x, 3))), `*`(B, `*`(`^`(x, 2))), `*`(C, `*`(x))), x = -10 .. 10);
 

Embedded component 

A 

Embedded component 

   1 

B 

Embedded component 

   -6 

C 

Embedded component 

   0 

 

>
 

>
 

>
 

>
 

>
 

>